li {
	list-style: none;
}

ul {
	padding: 0;
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}

input {
	outline: none;
	font-family: '微软雅黑';
}

.text-center {
	text-align: center;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	bor;
	/* border: 0; */
	f;
	/* font-size: 100%; */
	*/outline: none;
}
div img,p img,.swiper-slide img{pointer-events: none;}
caption,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: justify;line-height: 1.6;
}

html {
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	/* -webkit-tap-highlight-color: transparent; */
}

body {
	font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", tahoma, "times new roman", helvetica, arial;
	margin: 0 auto;
	color: #333;
	background-color: #1f1d1d;
	text-align: justify;
}

body {
	/* overflow-x: hidden;*/

}


h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0px;
}

figure,
section,
li,
dd,
div {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

/*section{letter-spacing:1px; 

}*/


a {
	text-decoration: none;
	outline: none;
}

.cl:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.cl,
.clearfix {
	zoom: 1
}

/*loding*/
/*首页轮播*/
.home-swiper {
	width: 100%;
	height: 100%;
}

.home-swiper .swiper-slide {
	text-align: left;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
	position: relative;
}

/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/
.home-swiper .swiper-slide .s1 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
}

.home-swiper .swiper-slide .s1 img {
	width: 100%;
	height: auto !important;
	display: block;
}

.home-swiper .swiper-slide .s2 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: none;
}

.home-swiper .swiper-slide .s2 img {
	width: 100%;
	height: auto !important;
	display: none;
}



/*关于培蒙*/
.inzgsul {
	display: inline-block;
	position: absolute;
	height: auto;
	width: 1200px;
	margin: 0px auto;
	left: 50%;
	transform: translate(-50%, -33%);
	top: 50%;
}

.inzgsul .bor {
	border: 1px solid;
	border-color: rgba(255, 255, 255, 0.1);
	display: block;
	overflow: hidden;
}

.inzgsul li {
	float: left;
	width: 20%;
	position: relative;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	text-align: left;
}

.inzgsul li:last-child {
	border-right: none;
}

.inzgsul li .abox {
	position: relative;
	height: 50%;
	box-sizing: border-box;
	display: block;
	background: rgba(0, 0, 0, 0.1);
	padding: 20% 15%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.inzgsul li .abox .p1 {
	font-size: 24px;
	font-weight: normal;
	position: relative;
	z-index: 2;
	text-align: center;
}

.inzgsul li .abox .p2 {
	font-size: 16px;
	position: relative;
	z-index: 2;
	text-align: center;
}

.inaboutbox .lin1 {
	position: relative;
	width: 10%;
	border-bottom: 2px solid #333;
	min-height: 1px;
	margin-top: 5%;
}

.inzgsul li .abox::after {
	background: rgba(0, 0, 0, 0.1);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	transform: scale(.5);
	opacity: 0;
	visibility: hidden;
	border-radius: 50% 0 50% 0;
}

.inzgsul li .nkong .p1 {
	font-size: 36px;
	color: #f9f9f9;
	font-weight: bold;
	text-align: center;
}

.inzgsul li .nkong .p2 {
	font-size: 16px;
	color: #ffffff;
	padding-top: 15px;
	text-align: center;
}

.inzgsul li .nkong a {
	color: #fff;
}

.inzgsul li .c1 .p1 {
	color: #fff;
}

.insection2 .title {
	text-align: center;
	margin-bottom: 70px;
}

.insection2 .title .p1 {
	font-size: 48px;
	color: #ffffff;
}

.insection2 .title .p2 {
	font-size: 24px;
	color: #ffffff;
	padding-top: 5px;
}

.inzgsul li .abox:hover:after {
	background: #a4884d;
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	border-radius: 0;
}

.insgzincon {
	width: 100%;
	margin: 0 auto;
}

.inzgsul_show {
	min-height: 310px;
	background: #212120;
	display: inline-block;
	position: relative;
	height: auto;
	width: 1200px;
	margin: 0px auto;
	left: 50%;
	transform: translate(-50%, 0%);
	height: auto;
	padding: 30px 3%;
	text-align: left;
	color: #c5bcb2;
	line-height: 1.8;
}
.inzgsul_show .h_qh_img{width: 39%; float: left;}
.inzgsul_show .h_qh_cen{width: 58%; float: right;}
.inzgsul_show .h_qh_cen .inzgsul_more a {	color: #a68a4e; margin-top:30px;position: absolute; border: 1px solid #a68a4e; width: 130px; line-height: 40px; text-align: center; border-radius: 20px;}
.inzgsul_show .h_qh_cen .inzgsul_more a:hover{background: #A68A4E; color: #fff;}

.inzgsul_show img {
	max-width: 100%;
}

.inzgsul_show .dyr1 {
	display: none;
}

.inzgsul_show .dyr {
	display: block;
}



.lh-config-img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	display: block;
}

.lh-config-img .item {
	background-size: cover;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: ease 1s;
	transform: scale(1.2);
}

.lh-config-img .item.on {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.lh-config-img li.config_bg1 {
	background: url(../images/cen_bg1.jpg);
	background-size: cover;
}

.lh-config-img li.config_bg2 {
	background: url(../images/cen_bg2.jpg);
	background-size: cover;
}

.lh-config-img li.config_bg3 {
	background: url(../images/cen_bg3.jpg);
	background-size: cover;
}

.lh-config-img li.config_bg4 {
	background: url(../images/cen_bg4.jpg);
	background-size: cover;
}

.lh-config-img li.config_bg5 {
	background: url(../images/cen_bg5.jpg);
	background-size: cover;
}

.lh-nav-toggle {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1503;
	background: #0F0E0E;
	transition: ease .65s;
	opacity: 0;
	visibility: hidden;
}

.lh-nav-img {
	width: 25%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: left;
	transform: translateX(-100%);
	transition: ease .65s;
}

.lh-nav-item {
	float: right;
	width: 75%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 5vw;
}

.lh-nav-item>div {
	display: flex;
	width: 86%;
}

.lh-nav-item dl {
	float: left;
	flex: 1;
}

.lh-nav-item dl dt a {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	position: relative;
}

.lh-nav-item dl dt a:before {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #76caff;
	float: left;
	margin-right: 5px;
	position: relative;
	top: 16px;
	transform-origin: left center;
	transition: ease .65s;
}

.lh-nav-item dl dt a:hover {
	color: #76caff;
}

.lh-nav-item dl dt a:hover:before {
	width: 20px;
}

.lh-nav-item dl dt {
	margin-bottom: 10vh;
	opacity: 0;
}

.lh-nav-item dl dd {
	line-height: 48px;
	opacity: 0;
}

.lh-nav-item dl dd a {
	color: #cccccc;
	font-size: 16px;
	position: relative;
}

.lh-nav-item dl dd a:before {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #76caff;
	float: left;
	margin-right: 5px;
	position: relative;
	top: 22px;
	transform-origin: left center;
	transition: ease .65s;
}

.lh-nav-item dl dd a:hover {
	color: #76caff;
}

.lh-nav-item dl dd a:hover:before {
	width: 20px;
}


/*首页关于培蒙切换内容 start*/

.ws_img ul {
	overflow: hidden;
	padding: 1%;
}

.ws_img li {
	width: 31%;
	margin: 1.1%;
	float: left;
	font-size: 16px;
	text-align: center;
	color: #333;
}

.ws_img li img {
	max-width: 100%;
	display: block;
}

.ws_img li .ws_con {
	display: none;
}

.middle {
	border: 3px;
	text-align: center;
}

.c0 {
	float: left;
	list-style-type: none;
	text-align: center;
	cursor: pointer;
	color: #a68a4e;
}

.c1 {
	float: left;
	list-style-type: none;
	background-color: #a68a4e;
	text-align: center;
	cursor: pointer;
	color: #fff;
}



.none {
	display: none;
}

.block {
	display: block;
	text-align: left;
	font-size: 16px;
	color: #c5bcb2;
}

#middle ul {
	padding-left: 3px;
}

.home_ryzz dd {
	width: 23%;
	margin: 1%;
	float: left;
	color: #c5bcb2;
	border: none;
}

.home_ryzz dd img {
	width: 100%;
}

.home_ryzz dd a {
	color: #c5bcb2;
}

.home_ryzz dd div {
	overflow: hidden;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.home_ryzz dd div img {
	transition: all ease-in-out .5s;
}

.home_ryzz dd:hover div img {
	transform: scale(1.1);
	transition: all ease-in-out .5s;
}

.home_ryzz dd:hover a {
	color: #a68a4e;
}

/*首页关于培蒙切换内容  end*/

/*首页端口展示 start */
.home_pro {
	width: 100%;
	height: 100%;
	background: #222;
}

.home_pro li {
	width: 53%;
	text-align: center;
	color: #fff;
	float: left;
	transition: all ease-in-out .5s;
	position: relative;
	z-index: 2;
	display: inline-block;
}

.home_pro li:not(:hover) .pro_img_bg {
	width: 150%;
	height: 100%;
	position: absolute;
	background: url(../images/btm60.png) repeat;
}

.home_pro li:hover .pro_img_bg {
	width: 150%;
	height: 100%;
	position: absolute;
	background: url(../images/btm30.png) repeat;
}

.home_pro li .pro_img {
	text-align: center;
	width: 100%;
}

.home_pro li .pro_img img {
	height: 100%;
	margin: 0px auto;
}

.home_pro li:not(:hover) {
	width: 47%;
	transition: all ease-in-out .5s;
}

.home_pro li .home_pro_con {
	transition: all ease-in-out .5s;
	position: absolute;
	z-index: 3;
	width: 60%;
	margin: 0px auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home_pro li .home_pro_con .icon {}

.home_pro li .home_pro_con .en_name {
	font-size: 30px;
	line-height: 50px;
}

.home_pro li .home_pro_con .china_name {
	font-size: 30px;
	line-height: 50px;
}

.home_pro li .home_pro_con .pro_content {
	padding: 4% 0;
	margin: 30px 0px;
}

.home_pro li .home_pro_con .pro_line {
	width: 2%;
	height: 4px;
	background: #fff;
	margin: 20px auto;
}

.home_pro li .home_pro_con .pro_read {
	width: 140px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 40px;
	margin: 0px auto;
}

.home_pro li:hover .home_pro_con {
	transform: translate(-50%, -70%);
	transition: all ease-in-out .5s;
}

.home_pro li:hover .pro_line {
	width: 10%;
	height: 4px;
	background: #fff;
	margin: 20px auto;
}

.n_box1 {
	width: 100%;
	height: 100%;
}

.n_box1_t {
	width: 100%;
	padding-bottom: 15px;
	color: #ea6e39;
	font-size: 20px;
	line-height: 1.8;
}

.n_box1_t1 {
	width: 100%;
	padding-bottom: 20px;
	color: #333333;
	font-size: 36px;
	line-height: 1.5;
	font-weight: bold;
}

.n_box1_c {
	width: 100%;
	line-height: 1.7;
	color: #999999;
	font-size: 14px;
	overflow: hidden;
}

.n_box1_b {
	width: 100%;
	height: 100%;
	background: #222;
}

.n_box1_b li {
	width: 35%;
	float: left;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	height: 100%;
	transition: all ease-in-out .5s;
}

.n_box1_b li.activeone {
	width: 65%;
	transition: all ease-in-out .5s;
}

.n_box1_b li .div {
	width: 100%;
	height: 100%;
	float: left;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	position: relative;
}

.n_box1_b li .div:hover {
	text-decoration: none;
	color: #fff;
}

.n_box1_b li .div .pro_img {
	height: 100%;
	margin: 0px auto;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.n_box1_b li .div:after {
	width: 100%;
	height: 100%;
	background: url(../images/tb_05.png) repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	content: "";
}

.n_box1_b li.activeone .div:after {
	display: none;
}

.n_box1_b li.activeone .div .s1 {
	width: 100%;
	height: 67px;
	line-height: 67px;
	padding: 0px 72px;
	background: url(../images/tb_04.png) repeat;
	top: auto;
	bottom: 0px;
}

.n_box1_b li.activeone .div .s1:after {
	width: 17px;
	height: 1px;
	left: 38px;
	margin-left: 0px;
	top: 50%;
	margin-top: -0.5px;
	content: "";
}

.n_box1_b li:not(:hover) .pro_img_bg {
	width: 150%;
	height: 100%;
	position: absolute;
	background: url(../images/btm60.png) repeat;
	z-index: 4;
}

.n_box1_b li.activeone .pro_img_bg {
	width: 150%;
	height: 100%;
	position: absolute;
	background: url(../images/btm30.png) repeat;
	z-index: 4;
}


.n_box1_b li .home_pro_con {
	transition: all ease-in-out .5s;
	text-align: center;
	position: absolute;
	z-index: 3;
	width: 60%;
	margin: 0px auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}

.n_box1_b li .home_pro_con .icon {}

.n_box1_b li .home_pro_con .en_name {
	font-size: 30px;
	line-height: 50px;
}

.n_box1_b li .home_pro_con .china_name {
	font-size: 30px;
	line-height: 50px;
}

.n_box1_b li .home_pro_con .pro_content {
	padding: 4% 0;
	margin: 30px 0px;
	height: 80px;
}

.n_box1_b li .home_pro_con .pro_line {
	width: 2%;
	height: 4px;
	background: #fff;
	margin: 20px auto;
}

.n_box1_b li .home_pro_con .pro_read {
	width: 140px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #fff;
	border-radius: 40px;
	margin: 0px auto;
}

.n_box1_b li .home_pro_con a .pro_read {
	color: #fff;
}

.n_box1_b li:hover .home_pro_con {
	transform: translate(-50%, -70%);
	transition: all ease-in-out .5s;
}

.n_box1_b li:hover .pro_line {
	width: 10%;
	height: 4px;
	background: #fff;
	margin: 20px auto;
}

/*首页端口展示  end*/



/*/滚动新闻 start/*/

.n_box8 {
	width: 100%;
	padding: 10px 6%;
	display: block;
	overflow: hidden;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.n_box8_c {
	width: 100%;
	margin: 40px 0px;
	position: relative;
}

.n_box8 .ny_wmscy_con31 {
	width: 100%;
	overflow: hidden;
}

.n_box8 .ny_wmscy_con31 .swiper-slide {
	width: 100%;
	color: #333333;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.n_box8 .ny_wmscy_con31 .swiper-slide .div_new {
	width: 100%;
	display: inline-block;
	position: relative;
	color: #666666;
	font-size: 16px;
	text-align: center;
}

.n_box8 .ny_wmscy_con31 .swiper-slide .div_new:hover {
	text-decoration: none;
	color: #666666;
}

.n_box8 .ny_wmscy_con31 .swiper-slide .div_new .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.n_box8 .ny_wmscy_con31 .swiper-slide .new_content {	position: absolute;	z-index: 2;	width: 80%;	margin: 0px 10%;	color: #fff;	bottom: 3%;	-webkit-transition: all ease-out 0.2s;	transition: all ease-out 0.2s;}
.n_box8 .ny_wmscy_con31 .swiper-slide:hover .new_content {
	position: absolute;	z-index: 2;	width: 80%;	margin: 0px 10%;	color: #fff;	bottom: 40%;	-webkit-transition: all ease-out 0.2s;	transition: all ease-out 0.2s;}
.n_box8 .ny_wmscy_con31 .swiper-slide .new_content .a_text_c,
.n_box8 .ny_wmscy_con31 .swiper-slide .new_content .a_text_b {
	display: none;	color: #fff;}
.n_box8 .ny_wmscy_con31 .swiper-slide:hover .new_content .a_text_c,
.n_box8 .ny_wmscy_con31 .swiper-slide:hover .new_content .a_text_b {
	display: block;	color: #fff;}

.n_box8 .ny_wmscy_con31 .swiper-slide .div_new .a_img img {	width: 100%;	transition: all ease-in-out .2s;	filter: alpha(Opacity=85);	-moz-opacity: 0.85;	opacity: 0.85;}
.n_box8 .ny_wmscy_con31 .swiper-slide .div_new:hover .a_img {	background-color: #a4884d;	transition: all ease-in-out .2s;}
.n_box8 .ny_wmscy_con31 .swiper-slide .div_new:hover .a_img img {	filter: alpha(Opacity=15);	-moz-opacity: 0.15;	opacity: 0.15;	transform: scale(1.05);	transition: all ease-in-out .5s;
}
.n_box8 .ny_wmscy_con31 .swiper-slide .div_new .a_text {	width: 100%;	height: 70px;	line-height: 70px;	text-align: left;	overflow: hidden;	color: #fff;
	font-size: 24px;}
.n_box8 .ny_wmscy_con31 .swiper-slide .div_new .a_text_c {	width: 100%;	overflow: hidden;	line-height: 30px;	margin-bottom: 30px;	color: #666666;	font-size: 16px;	text-align: left;}
.n_box8 .ny_wmscy_con31 .swiper-slide .div_new .a_text_b {	width: 100%;}
.n_box8 .ny_wmscy_con31 .swiper-slide .div_new .a_text_b .s1 {	width: 158px;	height: 40px;	border: 1px solid #d2d2d2;	line-height: 38px;	text-align: center;
	color: #333333;	font-size: 16px;	display: inline-block;	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;	/* Webkit browsers */	border-radius: 24px;	/* W3C syntax */}
.n_box8 .ny_wmscy_con31 .swiper-slide .div_new:hover .a_text_b .s1 {	border: 1px solid #fff;	color: #fff;	text-decoration: none;	line-height: 38px;}

.n_box8 .ny_wmscy_con31.swiper-container-horizontal>.swiper-pagination-bullets,
.n_box8 .swiper-pagination-custom,
.n_box8 .swiper-pagination-fraction {	bottom: 0px;}

.n_box8 .wmscy-pagination31 .swiper-pagination-bullet {	width: 12px;	height: 12px;	background-color: transparent;	opacity: 1;
	border: 1px solid #a5a5a5;	position: relative;}

.n_box8 .wmscy-pagination31 .swiper-pagination-bullet-active {}

.n_box8 .wmscy-pagination31 .swiper-pagination-bullet-active:after {
	width: 4px;
	height: 4px;
	background-color: #a5a5a5;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
	margin-left: -2px;
	margin-top: -2px;
	content: "";
}

.n_box8 .n_box8_c .wmscy_next31 {
	width: 30px;
	height: 70px;
	background: url(../images/img28.jpg) no-repeat;
	right: -30px;
	top: 88px;
	background-size: 100%;
	outline: 0;
}

.n_box8 .n_box8_c .wmscy_next31:hover {
	background: url(../images/img28s.jpg) no-repeat;
}

.n_box8 .n_box8_c .wmscy_prev31 {
	width: 30px;
	height: 70px;
	background: url(../images/img27.jpg) no-repeat;
	left: -30px;
	top: 88px;
	background-size: 100%;
	outline: 0;
}

.n_box8 .n_box8_c .wmscy_prev31:hover {
	background: url(../images/img27s.jpg) no-repeat;
}

/*/滚动新闻end/*/

/*首页全国布局 start*/
.bgs {
	background: #111111;display: block; overflow: hidden;
}

.bjqg {
	width: 80%;
	height: auto;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.bjqg .bjqg_l {
	width: 20%;
	float: left;
}

.bjqg .bjqg_l ul {display: block; overflow: hidden;}

.bjqg .bjqg_l ul li {
	color: #959595;
	display: block;
	overflow: hidden;
	margin: 40px 0;
	height: auto;
}

.bjqg .bjqg_l ul li .bjqg_icon_a_bt {
	height: 30px;
}

.bjqg .bjqg_l ul li .bjqg_icon_a_bt img {
	margin-right: 10px;
}

.bjqg .bjqg_l ul li .bj_num {
	color: #b99d56;
	font-size: 54px;
	height: 80px;
	padding-left: 50px;
}

.bjqg .bjqg_l ul li .bj_num span {
	font-size: 18px;
	margin-left: 6px;
}

.bjqg .bjqg_l ul li .bj_con {
	padding-left: 50px;
	font-size: 16px;
}

.bjqg_c {
	width: 45%;
	float: left;
	padding-top: 50px;
}

.bjqg_c img {
	max-width: 80%;
	margin: 0px auto;
}

.bjqg_r {
	float: left;
	width: 30%;
	background: #0a0a0a;
	margin-top: 50px;
}

.bjqg_r IMG {
	max-width: 100%;
	width: 100%;
}

.bjqg_r h3 {
	font-size: 24px;
	color: #b99d56;
	height: 50px;
	line-height: 50px;
}

.bjqg_r .bjqg_r_con {
	padding: 12%;
	color: #c6c6c6;
	font-size: 16px;
	line-height: 1.8;
}
.read_more{border: 1px solid #b99d56; display: inline-block; font-size: 16px; line-height: 40px; padding: 0px 30px; text-align: center; color: #b99d56; margin-left: 50px;}
.read_more a{color: #b99d56;}
/*首页全国布局 end*/

/*首页滚动视频*/
.bgs1 {
	background: #141414;
}

.i_box4 {
	width: 100%;
	height: auto;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.i_box4_t {
	width: 100%;
	height: 60px;
	position: relative;
}

.i_box4_t .s1 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #000000;
	font-size: 60px;
	text-align: center;
	filter: alpha(opacity=5);
	-moz-opacity: 0.05;
	-khtml-opacity: 0.05;
	opacity: 0.05;
}

.i_box4_t .s2 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 48px;
	font-weight: bold;
}

.i_box4_t1 {
	width: 100%;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.i_box4_c {
	width: 100%;
	padding-top: 35px;
	overflow: hidden;
}

.i_box4 .sjs-swiper {
	width: 100%;
	height: 100%;
}

.sjs-swiper .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	float: left;
	background-color: #000;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.sjs-swiper .swiper-slide-active,
.sjs-swiper .swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	/*background:url(../images/ppwh_tb7.png) bottom 75px center no-repeat; background-size:100%; padding:0px 15px 15px 15px;*/
}

.sjs-swiper .swiper-slide-active img,
.sjs-swiper .swiper-slide-duplicate-active img {
	margin-top: 0px;
}

.sjs-swiper .swiper-button-prev {
	background: url(../images/img6.jpg) center no-repeat;
	/*background:none;*/
	top: 50%;
	margin-top: -27px;
	width: 50px;
	height: 54px;
	left: 21%;
}

.sjs-swiper .swiper-button-next {
	background: url(../images/img7.jpg) center no-repeat;
	/*background:none; */
	top: 50%;
	margin-top: -27px;
	width: 50px;
	height: 54px;
	right: 21%;
}

.sjs-swiper .swiper-button-prev:hover {
	background: url(../images/img4.jpg) center no-repeat;
}

.sjs-swiper .swiper-button-next:hover {
	background: url(../images/img5.jpg) center no-repeat;
}

.sjs-swiper .swiper-slide img {
	transition: all ease-in-out .2s;
	width: 100%;
	margin: 0px auto;
	height: auto;
	/* margin-top:70px;*/
	filter: alpha(opacity=64);
	-moz-opacity: 0.64;
	-khtml-opacity: 0.64;
	opacity: 0.64;
}

.sjs-swiper .swiper-slide:hover img {
	width: 100%;
	height: auto;
	/* margin-top:70px;*/
	filter: alpha(opacity=64);
	-moz-opacity: 0.64;
	-khtml-opacity: 0.64;
	opacity: 0.64;
	transform: scale(1.05);
}

.sjs-swiper .swiper-slide-active img,
.sjs-swiper .swiper-slide-duplicate-active img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.sjs-swiper .swiper-slide .zc {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #b99d56 url(../images/play.png) no-repeat 25px center;
	margin: 0px auto;
	margin-bottom: 30px;
	transition: all ease-in-out .2s;
}

.sjs-swiper .swiper-slide-active .zc,
.sjs-swiper .swiper-slide-duplicate-active .zc {
	opacity: 1;
	filter: alpha(opacity=100);
}

.sjs-swiper .swiper-slide .zc_title {
	width: 100%;
	line-height: 40px;
	opacity: 0;
	padding-top: 56px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	color: #fff;
	webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	font-size: 36px;
	z-index: 2;
	text-align: center;
	text-align: center;
	overflow: hidden;
}

.sjs-swiper .swiper-slide-active .zc_title {
	opacity: 1;
	filter: alpha(opacity=100);
}

.sjs-swiper .swiper-slide .video_name {
	width: 100%;

	z-index: 4;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all ease-in-out .3s;
	transform: translate(-50%, -50%);
	webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sjs-swiper .swiper-slide:hover .video_name {
	z-index: 4;
	position: absolute;
	transition: all ease-in-out .3s;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sjs-swiper .swiper-slide .video_name .video_name_s {
	font-size: 18px;
}

.pc_banner {
	display: block;
}

.wap_banner {
	display: none;
}

.banner .swiper-button-next,
.pc_banner .swiper-container-rtl .swiper-button-prev {
	width: 50px;
	height: 50px;
	background: url(../images/jt_r.png) no-repeat center center;
	right: 5%;
	left: auto;
	background-size: 40px;
}

.banner .swiper-button-prev,
.pc_banner .swiper-container-rtl .swiper-button-next {
	width: 50px;
	height: 50px;
	background-size: 40px;
	background: url(../images/jt_l.png) no-repeat center center;
	left: 5%;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #A4884D;
}

.wap_banner .swiper-pagination-bullet {
	width: 16px;
	height: 8px;
	display: inline-block;
	border-radius: 4px;

}

/*网站底部*/
.footer{display: block; overflow: hidden;}
.bg3{background: #161616;}
.ui_div_center {
	width: 1400px;
	margin: 0px auto;
}

.i_footer {
	width: 100%;
	padding: 20px 0px 15px 0px;
	display: block;
	overflow: hidden;
}

.i_footer_l {
	width: 20%;
	margin-top: 50px;
	color: #fff;
	float: left;
}

.i_footer_c {
	width: 20%;
	color: #fff;
	display: block;
	float: left;
}

.i_footer_l_t {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #c6c6c6;
}

.i_footer_l_c {
	width: 100%;
	margin-top: 5px;
	line-height: 1.2;
	font-size: 24px;
	color: #c6c6c6;
}

.i_footer_bq {
	width: 100%;
	padding: 10px 0px;
	margin-top: 20px;
	line-height: 1.6;
	color: #999;
	font-size: 14px;
	display: block;
	overflow: hidden;
	border-top: 1px solid #141414;
}

.i_footer_bq a {
	color: #999;
}

.i_footer_bq a:hover {
	text-decoration: none;
	color: #a68a4e;
}

.i_footer_l_c1 {
	width: 100%;
	height: 56px;
	margin-top: 25px;
}

.i_footer_l_c1 a,
.i_footer_l_c1 a:hover {
	margin-right: 5px;
	display: inline-block;
	text-decoration: none;
}

.i_footer_l_c1 a.a1 {
	position: relative;
}

.i_footer_l_c1 a.a1 .img {
	width: 120px;
	height: 120px;
	background-color: #fff;
	padding: 5px;
	position: absolute;
	top: -50px;
	left: 50px;
	display: none;
	z-index: 1;
}

.i_footer_r {
	width: 14%;
	float: right;
}

.i_footer_l_c2{color: #c6c6c6;font-size: 15px;
	}
.i_footer_l_c2 img {
	
	height: 100px;
		
}

.i_footer_l_c2 a {
	padding: 0px 49px;
	height: 48px;
	line-height: 48px;
	background-color: #a68a4e;
	color: #c6c6c6;
	font-size: 16px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	-moz-border-radius: 24px;
	/* Gecko browsers */
	-webkit-border-radius: 24px;
	/* Webkit browsers */
	border-radius: 24px;
	/* W3C syntax */
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.i_footer_l_c2 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #c3a565;
}
.footer_link{width: 80%; float: left; font-size: 16px; margin-top: 40px; padding-bottom: 40px;}
.footer_link li{width: 13%; float: left; color: #ccc; line-height: 24px;}
.footer_link li a.f_l_c  {line-height: 50px; color: #fff;}
.footer_link li:hover a.f_l_c { color: #a68a4e;}
.footer_link li a{ color: #ccc;}
.footer_link li dl dd a{display: inline-block; width: 80%; line-height: 30px; color: #999999;background: no-repeat left center;transition: all ease-in-out .5s; background-size: 0;  }
.footer_link li dl dd a:hover{ color: #b99d56; background: url(../images/line_bg.jpg) no-repeat left center; padding-left:20px; background-size: 12px;
transition: all ease-in-out .5s; 
-moz-transition:all ease-in-out .5s; /* Firefox 4 */
-webkit-transition:all ease-in-out .5s; /* Safari and Chrome */
-o-transition:all ease-in-out .5s; /* Opera */
 }

.video_div {
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.9);
	position: fixed;
	z-index: 100011111111111;
	left: 0px;
	top: -100%;
}

.video_div_closebtv {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 5%;
	top: 5%;
	cursor: pointer;
	z-index: 100;
}

.video_div_center {
	width: 60%;
	
	vertical-align: middle;
	text-align: center;
	top: 50%;
	left: 50%;position: absolute;
	webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*内页 start*/

/*内页 banner和导航 start*/
.n_banner {
	width: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.n_banner img {
	width: 100%;
}

.n_banner .n_banner_text {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 1;
	color: #fff;
	font-size: 24px;
	line-height: 1.6;
	text-transform: uppercase;
	text-align: center;
	webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.n_banner .n_banner_text .s1 {
	font-size: 40px;
}

.n_banner .n_banner_logo {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 9%;
	z-index: 1;
}

.n_banner .n_banner_logo_t {
	width: 100%;
	padding-bottom: 35px;
}

.n_banner .n_banner_logo_t .img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

.n_banner .n_banner_logo_c {
	padding: 0px 30px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 24px;
	background: url(../images/tb_022.png) repeat;
	overflow: hidden;
	display: inline-block;
	-moz-border-radius: 22px;
	/* Gecko browsers */
	-webkit-border-radius: 22px;
	/* Webkit browsers */
	border-radius: 22px;
	/* W3C syntax */
}

.n_banner .n_banner_logo_c:hover {
	text-decoration: none;
	color: #fff;
	background-color: #e75840;
}

.n_banner1 {
	width: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.n_banner1_show {
	height: 210px;
}

.n_banner1 img {
	width: 100%;
}

.n_banner1 .n_banner1_text {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 1;
	color: #fff;
	font-size: 24px;
	line-height: 1.6;
	text-transform: uppercase;
	text-align: center;
	webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.pc_amenu {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(../images/tb_012.png) repeat;
}

.a_menu {
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 50px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.a_menu .a_menu_a {
	padding: 0px;
	margin: 0px;
	padding: 0px 25px;
	margin: 0px 5px;
	height: 50px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	position: relative;
}

.a_menu .a_menu_a:hover,
.a_menu .a_menu_a.activetm1 {
	color: #fff;
	background-color: #987e48;
	text-decoration: none;
}

.a_zxlmenu {
	width: 100%;
	position: relative;
	display: none;
	z-index:6;
}

.a_zxlmenu_t {
	width: 100%;
	padding: 3% 0px;
	background: url(../images/zxl_jt1.jpg) right center no-repeat;
	font-size: 16px;
	text-align: center;
	background-color: #987e48;
	color: #fff;
	cursor: pointer;
}

.a_zxlmenu_c {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	text-indent: 0px;
	display: none;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
}

.a_zxlmenu_c li {
	width: 100%;
	float: left;
	text-align: center;
}

.a_zxlmenu_c li .aone {
	width: 100%;
	padding: 3% 0px;
	display: inline-block;
	color: #967d47;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
}

.a_zxlmenu_c li .aone:hover,
.a_zxlmenu_c li .aone.activetwo {
	color: #fff;
	text-decoration: none;
	background-color: #a69b84;
}

.a_zxlmenu_c li dl {
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: none;
}

.a_zxlmenu_c li dl dd {
	width: 100%;
	float: left;
	text-align: center;
}

.a_zxlmenu_c li dl dd a,
.a_zxlmenu_c li dl dd a:hover {
	width: 100%;
	padding: 3% 0px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
}

/*内页 banner和导航 end*/
/*内页关于培蒙start*/
.ny_bg1 {
	width: 100%;
	background: url(../images/by_bg1.jpg) no-repeat center top;
	background-size: cover;
	display: block;
	overflow: hidden;
}

.pm_about {
	width: 1200px;
	margin: 50px auto;
	display: block;
	overflow: hidden;
}

.custom {
	font-size: 24px;
	color: #987f49;
	text-align: center;
		padding-top: 50px;
	
}

.custom span {
	font-size: 50px;
	font-family: 'Font01';
}

.custom .custom_img {
	margin-bottom: 20px;
}

.show_content {
	background: url(../images/btm70.png) repeat left top;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 5%;
	color: #e1e1e1;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 30px;
}
.show_content img,.show_content2 img,.show_content3 img{max-width: 100%}

.show_content1 {
	background: url(../images/btm90.png) repeat left top;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 5%;
	color: #e1e1e1;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 30px;
}
.show_content2 {
display: block;
overflow: hidden;
width: 100%;
padding: 10px 8% 30px 8%;
color: #e1e1e1;
font-size: 16px;
line-height: 1.8;
text-align: center;
}
/*品牌故事*/
.ny_bg1 {
	width: 100%;
	background: url(../images/by_bg1.jpg) no-repeat center top;
	background-size: cover;
	display: block;
	overflow: hidden;
	background-attachment: fixed;
}

.ny_bg2 {
	width: 100%;
	background: url(../images/cen_bg2.jpg) no-repeat center top;
	background-size: cover;
	display: block;
	overflow: hidden;
	background-attachment: fixed;
}

.ny_bg3 {
	width: 100%;
	background: url(../images/cen_bg3.jpg) no-repeat center top;
	background-size: cover;
	display: block;
	overflow: hidden;
	background-attachment: fixed;
}

.ny_bg4 {
	width: 100%;
	background: #333333;
	background-size: cover;
	display: block;
	overflow: hidden;
	background-attachment: fixed;
}

.ny_bg5 {
	width: 100%;
	background: url(../images/cen_bg5.jpg) no-repeat center top;
	background-size: cover;
	display: block;
	overflow: hidden;
	background-attachment: fixed;
}

/*品牌定位 start*/

.ppdw {
	width: 100%;
	padding: 0px 0;
	display: block;
	overflow: hidden;
}

.ppdw li {
	width: 100%;
	position: relative;
}

.ppdw li .div {
	width: 100%;
	display: inline-block;
	float: left;
	background-color: #1e1e1e;
	color: #e1e1e1;
	font-size: 17px;
	position: relative;
	overflow: hidden;
}

.ppdw li .div:hover {
	text-decoration: none;
	color: #e1e1e1;
}

.ppdw li .div .a_img {
	width: 50%;
	display: inline-block;
	overflow: hidden;
	float: left;
}

.ppdw li .div .a_img img {
	width: 100%;
}

.ppdw li .div .a_img_r {
	width: 35%;
	left: 54%;
	padding: 0px 3% 0px 3%;
	position: absolute;
	top: 12%;
	webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.ppdw li .div .a_img_r .s1 {
	width: 100%;
	padding: 3px 0px;
	line-height: 1.7;
	margin-bottom: 10px;
	overflow: hidden;
	color: #977f49;
	font-size: 28px;
}

.ppdw li .div:hover .a_img_r .s1 {
	color: #977f49;
}

.ppdw li .div .a_img_r .s2 {
	width: 100%;
	line-height: 24px;
	font-size: 16px;
	height:190px;
	overflow: hidden;
}

.ppdw li.twodiv .div .a_img_r {
	right: auto;
	left: 10%;
}

.ppdw li.twodiv .div .a_img {
	float: right;
}

.ppdw li .a_img_r .a_img_r_l_b {
	margin-top: 20px;
	padding: 0px 40px;
	height: 40px;
	line-height: 40px;
	color: #e1e1e1;
	display: inline-block;
	border: 1px solid #eeeeee;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.ppdw li .a_img_r:hover .a_img_r_l_b {
	border: 1px solid #b72e32;
	background-color: #b72e32;
	color: #fff;
}

.padd_5 {
	padding: 5%;
}

.ppdw_show img {
	max-width: 100%;
}

/*品牌定位 end*/

/*发展历程 start*/
.a_fzlc_t {
	width: 100%;
	height: 36px;
	background: url(../images/lc_01.png) center center no-repeat;
}

.a_fzlc_c {
	width: 100%;
	padding-top: 50px;
	background: url(../images/o_111.jpg) center repeat-y;
	display: block;
	overflow: hidden;
}

.a_fzlc_c li {
	width: 100%;
	padding-bottom: 30px;
	float: left;
}

.a_fzlc_c li .div {
	width: 50%;
	float: right;
}

.a_fzlc_c li .div img {
	max-width: 100%;
	margin: 10px 0;
}

.a_fzlc_c li .div .s1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 63px;
	background: url(../images/o_1112.jpg) left center no-repeat;
	color: #987f49;
	font-size: 24px;
}

.a_fzlc_c li .div .s2 {
	width: 100%;
	line-height: 2;
	color: #ffffff;
	font-size: 16px;
	padding-left: 63px;
}

.a_fzlc_c li.activetwo .div {
	width: 50%;
	float: left;
}

.a_fzlc_c li.activetwo .div .s1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-right: 63px;
	background: url(../images/o_1112.jpg) right center no-repeat;
	color: #987f49;
	font-size: 24px;
	text-align: right;
	padding-left: 0px;
}

.a_fzlc_c li.activetwo .div .s2 {
	width: 100%;
	line-height: 2;
	color: #ffffff;
	font-size: 16px;
	padding-right: 63px;
	text-align: right;
	padding-left: 0px;
}

.a_jtjgdiv {
	width: 100%;
	position: relative;
	height: 990px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.a_jtjgdiv_c {
	width: 50%;
	padding: 150px 8%;
	height: 100%;
	background: url(../images/ze1.png) repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

.a_jtjgdiv_ct {
	width: 100%;
	height: 65px;
	line-height: 65px;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #74c4c6;
	position: relative;
}

.a_jtjgdiv_ct span {
	width: 100%;
	color: #fff;
	font-size: 30px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.a_jtjgdiv_con {
	width: 100%;
	padding: 50px 0px 20px 0px;
	color: #fff;
	font-size: 14px;
}

.a_jtjgdiv_con li {
	width: 50%;
	padding: 0px 1% 1% 1%;
	float: left;
}

.a_jtjgdiv_con li span {
	width: 100%;
	padding: 3%;
	line-height: 2;
	border: 1px solid #fff;
	text-align: center;
	display: inline-block;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/* W3C syntax */
	font-size: 14px;
}

.a_jtjgdiv_con1 {
	width: 100%;
	color: #fff;
	line-height: 2;
	font-size: 14px;
	overflow-y: auto;
	height: 650px;
	padding-right: 3%;
}

.a_jtjgdiv_con1::-webkit-scrollbar {
	width: 1px;
	border-radius: 1px;
	height: 1px;
	background: none;
}

.a_jtjgdiv_con1::-webkit-scrollbar-track {
	border-radius: 1px;
	width: 1px !important;
	background-color: red;
}

.a_jtjgdiv_con1::-webkit-scrollbar-thumb {
	width: 1px;
	height: 1px;
	border-radius: 1px;
	background-color: #ffffff;
}

.fo_l {
	float: left;
}

.fzlc {
	display: block;
	padding: 0px 0px 50px 0px;
	color: #fff;
	text-align: center;
}

/*发展历程 end*/

/*形象大使 start*/

.xxds_about {
	padding: 50px 0;
	color: #fff;
	line-height: 1.8;
}

.index-case {
	padding-bottom: 40px;
	background: #333;
	color: fff;
}

.index-case .swiper-container {}

.index-case .swiper-slide {
	width: 1200px !important;
	text-align: center;
}

.index-case .swiper-slide img {
	width: 100%;
}

.index-case .swiper-slide:before {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.34);
}

.index-case .swiper-slide.swiper-slide-active:before {
	display: none;
}

.index-case .swiper-slide .p1 {
	color: #fff;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.index-case .swiper-button {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #d4d4d4;
}

/*.index-case .swiper-button-next{right:calc((100% - 1200px) / 2);top: 45%;}
.index-case .swiper-button-prev{left:calc((100% - 1200px) / 2);top: 45%;}*/
.index-case .swiper-button-next:hover
 {
	background: #866f3f url(../images/jt_r.png) no-repeat center center;
	background-size: 20px;
}

.index-case .swiper-button-prev:hover {
	background: #866f3f url(../images/jt_l.png) no-repeat center center;
	background-size: 20px;
}
.index-case .swiper-button-next {
	width: 50px;
	height: 50px;
	background: #a68a4e url(../images/jt_r.png) no-repeat center center;
}

.index-case .swiper-button-prev {
	width: 50px;
	height: 50px;
	background: #a68a4e url(../images/jt_l.png) no-repeat center center;
}

.index-case .swiper-button-next,
.index-case .swiper-button-prev {
	background-size: 20px;
	position: absolute;
	top: 43%;
}

.index-case .swiper-slide-next img,
.index-case .swiper-slide-prev img {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.wq_xxds {
	width: 100%;
	padding: 50px 5%;
	color: #fff;
	line-height: 1.8;
	background: #1e1e1e;
	display: block;
	overflow: hidden;
}

.wq_xxds ul {
	display: block;
	overflow: hidden;
}

.wq_xxds li {
	width: 30%;
	margin: 1.5%;
	float: left;
	background: #222222;
}

.wq_xxds li h3 {
	font-weight: normal;
}

.wq_xxds li:hover h3 {
	color: #a68a4e;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.wq_xxds li:hover h3 {
	color: #a68a4e;
}

.wq_xxds li p {
	font-size: 16px;
	height: 80px;
	line-height: 24px;
	display: block;
	overflow: hidden;
}

.wq_xxds_img {
	display: block;
	overflow: hidden;
}

.wq_xxds li img {
	width: 100%;
	max-height: 330px;
	transition: all ease-in-out .3s;
}

.wq_xxds li:hover img {
	width: 100%;
	max-height: 330px;
	transform: scale(1.05);
	transition: all ease-in-out .3s;
}

.wq_xxds li .wq_xxds_content {
	padding: 5%;
}


/*荣誉资质 start*/
.ryzz {
	background: #333;
	display: block;
	overflow: hidden;
}

.ryzz ul {
	padding: 2% 5% 2% 5%;
	display: block;
	overflow: hidden;
}

.ryzz li {
	width: 23%;
	margin: 1%;
	float: left;
	color: #e2e2e2;
	border-bottom: 1px solid #3d3d3d;
	font-size: 16px;
}

.ryzz li a {
	color: #e2e2e2;
}

.ryzz li img {
	max-width: 100%;
	transition: all ease-in-out .3s;
}

.ryzz li:hover img {
	max-width: 100%;
	transform: scale(1.05);
	transition: all ease-in-out .3s;
}

.ryzz li .ryzz_img {
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}

.ryzz li .ryzz_name {
	height: 46px;
	display: block;
	overflow: hidden;
}

.ryzz li:hover .ryzz_name {
	color: #a68a4e;
}

.ryzz li .ryzz_line {
	width: 0%;
	background: #a68a4e;
	height: 3px;
	margin-top: 20px;
	transition: all ease-in-out .5s;
}

.ryzz li:hover .ryzz_line {
	width: 100%;
	background: #a68a4e;
	height: 3px;
	transition: all ease-in-out .5s;
}

/*分页 start*/
.a_mtbd_dpages {
	width: 100%;
	text-align: center;
	padding: 10px 0% 40px 0%;
	font-size: 16px;
}

.a_mtbd_dpages a,
.a_mtbd_dpages span {
	border: 1px solid #3f3f3f;
	padding: 0px 15px;
	height: 35px;
	margin-bottom: 5px;
	line-height: 35px;
	text-align: center;
	color: #b6b6b6;
	display: inline-block;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.a_mtbd_dpages a:hover,
.a_mtbd_dpages a.activepages,
.a_mtbd_dpages span {
	border: 1px solid #a68a4e;
	color: #fff;
	text-decoration: none;
	background-color: #a68a4e;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


/*商品与赋能 start*/
.wrapper .pictorial-w {
	width: 100%;
	background-color: #f2f2f2;
	position: relative;
}

.wrapper .pictorial-w .pictorial-slides {
	width: 100%;
	height: 820px;
	padding: 90px 0 40px;
	overflow: hidden;
}

.wrapper .pictorial-w .pictorial-slides .swiper-pagination-fraction {
	top: 36px;
	bottom: auto;
	font-size: 12px;
	color: #a3a3a3;
	font-weight: bold;
}

.wrapper .pictorial-w .pictorial-slides .swiper-button-next,
.wrapper .pictorial-w .pictorial-slides .swiper-button-prev {
	width: 50px;
	height: 50px;
	background-color: #a68a4e;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background-image: none;
	font-size: 18px;
	z-index: 1;
	
}

.wrapper .pictorial-w .pictorial-slides .swiper-button-next:hover,
.wrapper .pictorial-w .pictorial-slides .swiper-button-prev:hover {
	background-color: #fff;
	color: #000;
	
}

.wrapper .pictorial-w .pictorial-slides .swiper-button-next {
	right: 0;
}

.wrapper .pictorial-w .pictorial-slides .swiper-button-next:after {
	display: inline-block;
	text-align: right;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}

.wrapper .pictorial-w .pictorial-slides .swiper-button-prev {
	left: 0;
}

.wrapper .pictorial-w .pictorial-slides .swiper-button-prev:after {
	display: inline-block;
	text-align: right;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}

.wrapper .pictorial-w .pictorial-slides .swiper-slide {
	width: auto;
	float: left;
	opacity: 0.1;
}

.wrapper .pictorial-w .pictorial-slides .swiper-slide img {
	height: 100%;
}

.wrapper .pictorial-w .pictorial-slides .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.wrapper .pictorial-w .nav-bar {
	width: 100%;
	text-align: center;
	padding: 0px 10%;
	display: block;
	overflow: hidden;
	height: 70px;
	border-top: 1px rgba(0, 0, 0, 0.1) solid;
	padding: 0 10%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.wrapper .pictorial-w .nav-bar .nav-bar-cen {
	width: 60%;
	margin: 0px auto;
}

.wrapper .pictorial-w .nav-bar .nav-y {
	width: 50%;
	float: left;
	font-size: 18px;
	line-height: 70px;
	color: #a68a4e;
	border: 2px solid #ff000;
	display: block;
	overflow: hidden;
}

.wrapper .pictorial-w .nav-bar .nav-y:hover {
	font-size: 18px;
	line-height: 70px;
	color: #fff;
}

.wrapper .pictorial-w .nav-bar .cats {
	color: #999;
}

.wrapper .pictorial-w .nav-bar .nav-y img {
	height: 8px;
	margin: 0 12px;
}

.wrapper .pictorial-w .nav-bar .nav-y.y1icon span {
	display: inline-block;
}

.wrapper .pictorial-w .nav-bar .nav-y.y1icon .i {
	width: 40px;
	height: 70px;
	background: url(../images/left-gld.png) no-repeat 14px center;
	display: inline-block;
	transition: all ease-in-out .5s;
}

.wrapper .pictorial-w .nav-bar .nav-y.y2icon .i {
	width: 40px;
	height: 70px;
	background: url(../images/right-gld.png) no-repeat left center;
	display: inline-block;
	transition: all ease-in-out .5s;
}

.wrapper .pictorial-w .nav-bar .nav-y.y1icon:hover .i {
	width: 40px;
	height: 70px;
	background: url(../images/left-gld1.png) no-repeat left center;
	display: inline-block;
	transition: all ease-in-out .5s;
}

.wrapper .pictorial-w .nav-bar .nav-y.y2icon:hover .i {
	width: 40px;
	height: 70px;
	background: url(../images/right-gld1.png) no-repeat right center;
	display: inline-block;
	transition: all ease-in-out .5s;
}

.wrapper .pictorial-w .nav-bar .cats {
	width: 380px;
	margin: 0px auto;
}

.wrapper .pictorial-w .nav-bar .cats a {
	float: left;
	display: inline-block;
	width: 140px;
	margin: 0 10px;
	font-size: 12px;
	line-height: 70px;
	font-weight: bold;
	color: #a3a3a3;
	text-align: center;
	position: relative;
}

.wrapper .pictorial-w .nav-bar .cats a.active,
.wrapper .pictorial-w .nav-bar .cats a:hover {
	color: #a68a4e;
}

.wrapper .pictorial-w .nav-bar .cats a.active:after,
.wrapper .pictorial-w .nav-bar .cats a:hover:after {
	content: " ";
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #a68a4e;
}

.wrapper .pictorial-w .nav-bar .cats.col4 a {
	width: 100px;
}
@media screen and (max-width: 768px){
	.wrapper .pictorial-w .pictorial-slides {
    height: auto;
    padding: 90px 0 40px;
  }
  .wrapper .pictorial-w .pictorial-slides .swiper-pagination-fraction {
    top: 56px;
    font-size: 10px;
  }
  .wrapper .pictorial-w .pictorial-slides .swiper-button-next, .wrapper .pictorial-w .pictorial-slides .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 16px;
  }
  .wrapper .pictorial-w .pictorial-slides .swiper-slide {
    width: 300px;
  }
  .wrapper .pictorial-w .pictorial-slides .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .wrapper .pictorial-w .pictorial-slides .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .wrapper .pictorial-w .nav-bar {
    height: 56px;
    padding: 0 14px;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .wrapper .pictorial-w .nav-bar .nav-y {
    font-size: 9px;
    line-height: 56px;
  }
  .wrapper .pictorial-w .nav-bar .nav-y img {
    height: 6px;
    margin: 0 4px;
  }
  .wrapper .pictorial-w .nav-bar .cats {
    width: 186px;    font-size: 14px;
  }
  .wrapper .pictorial-w .nav-bar .cats a {
    width: 50px;
    margin: 0 6px;
    font-size: 9px;
    line-height: 56px;
  }
  .wrapper .pictorial-w .nav-bar .cats.col4 {
    width: 248px;
  }
  .wrapper .pictorial-w .nav-bar .cats.col4 a {
    width: 50px;
  }
	
}


/*商品与赋能 end*/

/*培蒙新闻 start*/
.pm_new {
	width: 100%;
	margin: 0px auto;
	background: #222222;
}

.pm_new ul {
	display: block;
	overflow: hidden;
	padding: 4% 6% 2% 6%;
}

.pm_new ul li {
	width: 31.333%;
	margin: 1%;
	float: left;
	background: #222222;
	border-bottom: 1px solid #2f2d26;
	font-size: 16px;
}

.pm_new ul li a {
	padding: 3%;
	width: 100%;
	display: block;
	overflow: hidden;
}

.pm_new ul li:hover {
	background: #292929;
}

.pm_new ul li .new_line {
	height: 3px;
	width: 0%;
	bottom: 0px;
	transition: all ease-in-out .5s;
}

.pm_new ul li:hover .new_line {
	height: 3px;
	width: 100%;
	background: #A68A4E;
	transition: all ease-in-out .5s;
}

.pm_new ul li .new_img {
	display: block;
	overflow: hidden;
	background: #A4884D;
}

.pm_new ul li .new_img img {
	width: 100%;
}

.pm_new ul li:hover .new_img img {
	width: 100%;
	filter: alpha(Opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
	transform: scale(1.05);
	transition: all ease-in-out .2s;
}

.pm_new ul li a .new_name {
	font-size: 20px;
	color: #fff;
	height: 30px;
	overflow: hidden;
	margin: 20px 0;
}

.pm_new ul li:hover a .new_name {
	color: #A4884D;
}

.pm_new ul li a .pm_new_con {
	font-size: 16px;
	color: #bdbdbd;
	height: 50px;
	line-height: 1.6;
	overflow: hidden;
	margin: 20px 0;
}

.pm_new ul li a .pm_new_time {
	color: #737373;
	margin: 20px 0;
}

.pm_new ul li a .pm_new_time .pm_new_more {
	color: #737373;
	float: left;
}

.pm_new ul li a .pm_new_time .new_time {
	color: #737373;
	float: right;
	font-size: 24px;
}

.pm_new ul li a .pm_new_time .new_time span {
	font-size: 16px;
}

.pm_new_ny {
	width: 100%;
	margin: 0px auto;
	background: #222222;
}

.pm_new_ny .new_show {
	max-width: 1200px;
	margin: 0px auto;
	padding: 30px 0px;
	color: #cccccc;
	font-size: 16px;
}

.pm_new_ny .new_show .new_show_name {
	font-size: 30px;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #2c2c2c;
	padding: 40px 0px;
}

.pm_new_ny .new_show .new_show_name_time {
	font-size: 14px;
	text-align: center;
	margin: 20px 0;
	color: #999999;
}

.pm_new_ny .new_show img {
	max-width: 100%;
}

.new_page {
	margin-top: 30px;
	clear: both;
	border-top: 1px solid #2c2c2c;
	padding-top: 20px;
}

.new_page div {
	padding: 10px;
}

.new_page div a {
	color: #666;
}

.new_page div a:hover {
	color: #A4884D;
}

/*培蒙新闻end*/

/*培蒙视频 start*/

.pm_video {
	width: 100%;
	margin: 0px auto;
	background: #222222;
}

.pm_video ul {
	display: block;
	overflow: hidden;
	padding: 4% 6% 2% 6%;
}

.pm_video ul li {
	width: 48%;
	margin: 1%;
	float: left;
	background: #222222;
	border-bottom: 1px solid #2f2d26;
	font-size: 16px;
	position: relative;
	text-align: center;
}

.pm_video ul li a {
	width: 100%;
	display: block;
	overflow: hidden;
}

.pm_video ul li:hover {
	background: #222222;
}

.pm_video ul li .video_line {
	height: 3px;
	width: 0%;
	bottom: 0px;
	transition: all ease-in-out .5s;
}

.pm_video ul li:hover .video_line {
	height: 3px;
	width: 100%;
	background: #A68A4E;
	transition: all ease-in-out .5s;
}

.pm_video ul li .video_img {
	display: block;
	overflow: hidden;
	background: #222222;
	position: relative;
	z-index: 0;
}

.pm_video ul li .video_img img {
	width: 100%;
	filter: alpha(Opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	transform: scale(1.05);
	transition: all ease-in-out .2s;
}

.pm_video ul li:hover .video_img img {
	width: 100%;
	filter: alpha(Opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
	transform: scale(1.05);
	transition: all ease-in-out .5s;
}

.pm_video ul li a .video_name {
	font-size: 30px;
	color: #fff;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	transition: all ease-in-out .5s;
}

.pm_video ul li:hover a .video_name {
	color: #fff;
	transition: all ease-in-out .5s;
	height: 50px;
}

.pm_video ul li a .pm_new_con {
	font-size: 16px;
	color: #fff;
	height: 50px;
	line-height: 1.6;
	overflow: hidden;
	margin-top: 40px;
	transition: all ease-in-out .5s;
}

.pm_video ul li:hover a .pm_new_con {
	margin-top: 10px;
	transition: all ease-in-out .5s;
}

.pm_video ul li .play_tb {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #b99d56 url(../images/play.png) no-repeat 56% center;
	background-size: 40%;
	margin: 0px auto;
	margin-bottom: 8px;
	transition: all ease-in-out .2s;
}

.pm_video ul li .video_pos {
	position: absolute;
	z-index: 1;
	width: 60%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

/*培蒙视频 end*/


/*内页全国布局 start*/

.bjqg1 {
	width: 90%;
	height: auto;
	padding: 5% 5%;
	margin: 0px auto;
	min-width: 1200px;
	display: block;
	overflow: hidden;
}

.bjqg1 .bjqg_l {
	width: 20%;
	float: left;
}

.bjqg1 .bjqg_l ul {}

.bjqg1 .bjqg_l ul li {
	color: #959595;
	display: block;
	overflow: hidden;
	margin: 40px 0;
	height: auto;
}

.bjqg1 .bjqg_l ul li .bjqg_icon_a_bt {
	height: 30px;
}

.bjqg1 .bjqg_l ul li .bjqg_icon_a_bt img {
	margin-right: 10px;
}

.bjqg1 .bjqg_l ul li .bj_num {
	color: #b99d56;
	font-size: 54px;
	height: 80px;
	padding-left: 50px;
}

.bjqg1 .bjqg_l ul li .bj_num span {
	font-size: 18px;
	margin-left: 6px;
}

.bjqg1 .bjqg_l ul li .bj_con {
	padding-left: 50px;
	font-size: 16px;
}

.bjqg_c {
	width: 45%;
	float: left;
	padding-top: 50px;
}

.bjqg_c img {
	max-width: 80%;
	margin: 0px auto;
}

.bjqg_r {
	float: left;
	width: 30%;
	background: #0a0a0a;
	margin-top: 50px;
}

.bjqg_r IMG {
	max-width: 100%;
	width: 100%;
}

.bjqg_r h3 {
	font-size: 24px;
	color: #b99d56;
	height: 50px;
	line-height: 50px;
}

.bjqg_r .bjqg_r_con {
	padding: 12%;
	color: #c6c6c6;
	font-size: 16px;
	line-height: 1.8;
	min-height: 400px;
}

/*内页全国布局 end*/
/*/培蒙店铺合作渠道 start/*/

.hz_qgbj {
	width: 100%;
	padding: 10px 2%;
	display: block;
	overflow: hidden;
	background: #222222;
}

.hz_qgbj_c {
	width: 100%;
	margin: 40px 0px;
	position: relative;
}

.hz_qgbj .ny_wmscy_con31 {
	width: 100%;
	overflow: hidden;
}

.hz_qgbj .ny_wmscy_con31 .swiper-slide {
	width: 100%;
	color: #cccccc;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hz_qgbj .ny_wmscy_con31 .swiper-slide .div_new {
	width: 100%;
	display: inline-block;
	position: relative;
	color: #666666;
	font-size: 16px;
	text-align: center;
}

.hz_qgbj .ny_wmscy_con31 .swiper-slide .div_new:hover {
	text-decoration: none;
	color: #666666;
}

.hz_qgbj .ny_wmscy_con31 .swiper-slide .div_new .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	background: #000;
}

.hz_qgbj .ny_wmscy_con31 .swiper-slide .new_content {
	width: 100%;
	margin: 0px;
	color: #cccccc;
	bottom: 3%;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.hz_qgbj .ny_wmscy_con31 .swiper-slide:hover .new_content {
	width: 100%;
	margin: 0px;
	color: #fff;
	bottom: 40%;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.hz_qgbj .ny_wmscy_con31 .swiper-slide .new_content .a_text_c,
.hz_qgbj .ny_wmscy_con31 .swiper-slide .new_content .a_text_b {
	display: block;
	color: #fff;
}

.hz_qgbj .ny_wmscy_con31 .swiper-slide:hover .new_content .a_text_c,
.hz_qgbj .ny_wmscy_con31 .swiper-slide:hover .new_content .a_text_b {
	display: block;
	color: #fff;
}

.hz_qgbj .ny_wmscy_con31 .swiper-slide .div_new .a_img img {
	width: 100%;
	transition: all ease-in-out .2s;
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.hz_qgbj .ny_wmscy_con31 .swiper-slide .div_new:hover .a_img {
	background-color: #a4884d;
	transition: all ease-in-out .2s;
}

.hz_qgbj .ny_wmscy_con31 .swiper-slide .div_new:hover .a_img img {
	filter: alpha(Opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
	transform: scale(1.05);
	transition: all ease-in-out .5s;
}

.hz_qgbj .ny_wmscy_con31 .swiper-slide .div_new .a_text {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: left;
	overflow: hidden;
	color: #A4884D;
	font-size: 24px;
}
.jmys .ny_wmscy_con31 .swiper-slide .div_jmys:hover .a_text {	color: #A4884D;
}

.hz_qgbj .ny_wmscy_con31 .swiper-slide .div_new .a_text_c {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	margin-bottom: 30px;
	color: #ccc;
	font-size: 16px;
	text-align: left;
}

.hz_qgbj .ny_wmscy_con31 .swiper-slide .div_new .a_text_b {
	width: 100%;
}

.hz_qgbj .ny_wmscy_con31 .swiper-slide .div_new .a_text_b .s1 {
	width: 158px;
	height: 40px;
	border: 1px solid #d2d2d2;
	line-height: 38px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	display: inline-block;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	/* Webkit browsers */
	border-radius: 24px;
	/* W3C syntax */
}

.hz_qgbj .ny_wmscy_con31 .swiper-slide .div_new:hover .a_text_b .s1 {
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	line-height: 38px;
}

.hz_qgbj .ny_wmscy_con31.swiper-container-horizontal>.swiper-pagination-bullets,
.hz_qgbj .swiper-pagination-custom,
.hz_qgbj .swiper-pagination-fraction {
	bottom: 0px;
}

.hz_qgbj .wmscy-pagination31 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: transparent;
	opacity: 1;
	border: 1px solid #A4884D;
	position: relative;
}

.hz_qgbj .wmscy-pagination31 .swiper-pagination-bullet-active {}

.hz_qgbj .wmscy-pagination31 .swiper-pagination-bullet-active:after {
	width: 100%;
	height: 100%;
	background-color: #A4884D;
	position: absolute;
	left: 0%;
	top: 0%;
	-moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
	content: "";
}

.hz_qgbj .hz_qgbj_c .wmscy_next31 {
	width: 30px;
	height: 70px;
	background: url(../images/img28.jpg) no-repeat;
	right: -30px;
	top: 88px;
	background-size: 100%;
	outline: 0;
}

.hz_qgbj .hz_qgbj_c .wmscy_next31:hover {
	background: url(../images/img28s.jpg) no-repeat;
}

.hz_qgbj .hz_qgbj_c .wmscy_prev31 {
	width: 30px;
	height: 70px;
	background: url(../images/img27.jpg) no-repeat;
	left: -30px;
	top: 88px;
	background-size: 100%;
	outline: 0;
}

.hz_qgbj .hz_qgbj_c .wmscy_prev31:hover {
	background: url(../images/img27s.jpg) no-repeat;
}

.hz_qgbj_custom {
	text-align: center;
	padding: 2%;
	color: #ccc;
	font-size: 16px;
}

.hz_qgbj_custom .hz_qgbj_custom_js {
	margin-top: 30px;
	padding: 0 10%;
}

.hz_qgbj_custom h3 {
	color: #A4884D;
	font-size: 30px;
}

/*/培蒙店铺合作渠道/*/

/*/店铺形象 start/*/

.dpxx {
	width: 100%;
	display: block;
	overflow: hidden;
	background: #222222;
}

.dpxx_c {
	width: 100%;
	position: relative;
}

.dpxx .ny_wmscy_con31 {
	width: 100%;
	overflow: hidden;
}

.dpxx .ny_wmscy_con31 .swiper-slide {
	width: 100%;
	color: #cccccc;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dpxx .ny_wmscy_con31 .swiper-slide .div_new {
	width: 100%;
	position: relative;
	color: #666666;
	font-size: 16px;
	text-align: center;
}

.dpxx .ny_wmscy_con31 .swiper-slide .div_new:hover {
	text-decoration: none;
	color: #666666;
}

.dpxx .ny_wmscy_con31 .swiper-slide .div_new .a_img {
	width: 100%;
	overflow: hidden;
	background: #000;
}

.dpxx .ny_wmscy_con31 .swiper-slide .div_new .a_img img {
	width: 100%;
	transition: all ease-in-out .2s;
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.dpxx .ny_wmscy_con31 .swiper-slide .div_new .a_text {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: left;
	overflow: hidden;
	color: #A4884D;
	font-size: 24px;
}

.dpxx .ny_wmscy_con31 .swiper-slide .div_new .a_text_c {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	margin-bottom: 30px;
	color: #ccc;
	font-size: 16px;
	text-align: left;
}

.dpxx .ny_wmscy_con31 .swiper-slide .div_new .a_text_b {
	width: 100%;
}

.dpxx .ny_wmscy_con31 .swiper-slide .div_new .a_text_b .s1 {
	width: 158px;
	height: 40px;
	border: 1px solid #d2d2d2;
	line-height: 38px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	display: inline-block;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	/* Webkit browsers */
	border-radius: 24px;
	/* W3C syntax */
}

.dpxx .ny_wmscy_con31 .swiper-slide .div_new:hover .a_text_b .s1 {
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	line-height: 38px;
}

.dpxx .ny_wmscy_con31.swiper-container-horizontal>.swiper-pagination-bullets,
.dpxx .swiper-pagination-custom,
.dpxx .swiper-pagination-fraction {
	bottom: 0px;
}

.dpxx .wmscy-pagination31 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: transparent;
	opacity: 1;
	border: 1px solid #A4884D;
	position: relative;
}

.dpxx .wmscy-pagination31 .swiper-pagination-bullet-active {}

.dpxx .wmscy-pagination31 .swiper-pagination-bullet-active:after {
	width: 100%;
	height: 100%;
	background-color: #A4884D;
	position: absolute;
	left: 0%;
	top: 0%;
	-moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
	content: "";
	z-index: 33;
}

.dpxx .dpxx_c .wmscy_next31 {
	width: 50px;
	height: 50px;
	background: #A4884D url(../images/jt_r.png) no-repeat center center;
	top: 50%;
	background-size: 100%;
	outline: 0;
	background-size: 20px;
}

.dpxx .dpxx_c .wmscy_next31:hover {
	background: #333 url(../images/jt_r.png) no-repeat center center;
	background-size: 20px;
}

.dpxx .dpxx_c .wmscy_prev31 {
	width: 50px;
	height: 50px;
	background: #A4884D url(../images/jt_l.png) no-repeat center center;
	top: 50%;
	background-size: 100%;
	outline: 0;
	background-size: 20px;
}

.dpxx .dpxx_c .wmscy_prev31:hover {
	background: #333 url(../images/jt_l.png) no-repeat center center;
	background-size: 20px;
}

.dpxx_custom {
	text-align: center;
	padding: 2%;
	color: #ccc;
	font-size: 16px;
}

.dpxx_custom .dpxx_custom_js {
	margin-top: 30px;
	padding: 0 10%;
}

.dpxx_custom h3 {
	color: #A4884D;
	font-size: 30px;
}

/*/店铺形象 end/*/

/*联系我们 start*/
.bgs2 {
	background: #222;
}

.contact {
	width: 100%;
	padding: 5%;
	display: block;
	overflow: hidden;
	color: #cccccc;
	font-size: 16px;
}

.contact_t {
	width: 100%;
	margin: 30px 0;
	background: #262626;
	display: block;
	overflow: hidden;
	clear: both;
}

.contact_t .contact_t_l {
	width: 36%;
	padding: 3%;
	float: left;
	display: block;
	overflow: hidden;
}

.contact_t .contact_t_r {
	width: 60%;
	float: right;
	display: block;
	overflow: hidden;
}

.contact_t .contact_t_l .contact_custom {
	font-weight: normal;
	height: 80px;
	font-size: 24px;
	width: 100%;
	color: #A4884D;
}

.contact_content {
	line-height: 2;
	color: #cccccc;
}


#allmap1,
#allmap2,#allmap3{
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.i_cont_message {
	width: 100%;
	float: right;
	background-color: #fff;
	height: 600px;
	border-bottom: 1px solid #f1f2f3;
}

.zgs {
	width: 100%;
	height: auto;
	padding: 5% 5%;
	display: block;
	overflow: hidden;
}

.zgs ul {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.zgs li {
	width: 48%;
	padding: 2%;
	margin: 1%;
	float: left;
	min-height: 260px;
	background-color: #262626;
	color: #cccccc;
	border-bottom: 3px solid #262626;
}

.zgs li:hover {
	border-bottom: 3px solid #A4884D;
}

.zgs li .zgs_img {
	width: 35%;
	float: left;
	margin-right: 4%;
}

.zgs li .zgs_img img {
	width: 100%;
}

.zgs li .zgs_content {
	float: left;
	width: 60%;
	font-size: 16px;
	line-height: 2;
	overflow: hidden;
}

.zgs li h3 {
	font-size: 24px;
	line-height: 1.5;
	color: #A4884D;
	font-weight: normal;
}
.messages {padding: 1% 5% 5% 5%; display: block; overflow: hidden;}
.messages label{width: 100%; display: inline-block; float: left;}
.messages .fdiv,.messages .fdiv1,.messages .fdiv2{ margin: 1%;}
.messages .fdiv input,.messages .fdiv1 input{  width: 100%; height: 40px; background: #282828; border: 1px solid #535353; color: #ccc; padding-left: 20px;}
.messages .fdiv{width: 48%; float: left;margin-top: 30px; margin: 1%;}
.messages .fdivn span,.messages .fdivn1 span{color: #a68a4e;margin-right: 3px;}
.messages .fdiv1{width: 100%; float: left;}
.messages .fdivn {
    display: inline-block;
    width: 100%;
}
.messages .fdiv1 textarea{width: 98%; height: 140px;line-height: 40px; background: #282828; border: 1px solid #535353; color: #ccc; padding-left: 20px;}
.messages .fdiv1 input{width: 98%;}
.messages .fdiv2 input[type="submit"] {
	margin-top: 30px;
	float: left;
	width: 100%;
	border: none;
	background: #A4884D;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
}


.sqzwbox {
	display: none;
}
/*联系我们 end*/
/*人才招聘 start*/
/*人才招聘start*/
.i_section {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}

.n_box14 {
	width: 100%;
	padding: 5%;
	position: relative;
	z-index: 1;
}

.a_careers_c {
	width: 100%;
	display: block;
	overflow: hidden;
}

.a_careers_c dt {
	width: 100%;
	float: left;
	height: 60px;
	font-weight: normal;
	line-height: 60px;
	background-color: #A4884D;
	color: #fff;
	font-size: 18px;
}

.a_careers_c dt div {
	float: left;
}

.a_careers_c dt .s1 {
	width: 40%;
	padding-left: 5%;
}

.a_careers_c dt .s2 {
	width: 20%;
	text-align: left;
}

.a_careers_c dt .s3 {
	width: 20%;
	text-align: left;
}

.a_careers_c dt .s4 {
	width: 20%;
	text-align: left;
}

/*.a_careers_c dt .s5{width:14%; text-align:center;}*/
.a_careers_c dd {
	width: 100%;
	float: left;
	background-color: #2c2c2c;
	margin-top: 5px;
}

.a_careers_c dd .div {
	width: 100%;
	height: 59px;
	line-height: 59px;
	cursor: pointer;
	color: #ccc;
	font-size: 17px;
	background: url(../images/ee.png) right 25px center no-repeat;
}

.a_careers_c dd .div.activeds {
	background: url(../images/ee1.png) right 25px center no-repeat;
	background-color: #4a4a4b;
	color: #fff;
	border-bottom: 1px solid #525354;
}

.a_careers_c dd .div div {
	float: left;
}

.a_careers_c dd .div .s1 {
	width: 40%;
	padding-left: 5%;
}

.a_careers_c dd .div .s2 {
	width: 20%;
	text-align: left;
}

.a_careers_c dd .div .s3 {
	width: 20%;
	text-align: left;
}

.a_careers_c dd .div .s4 {
	width: 20%;
	text-align: left;
}

/*.a_careers_c dd .div .s5{width:14%; text-align:center;}*/
.a_careers_c dd .div_l {
	width: 100%;
	background-color: #2d2d2d;
	/*border:1px solid #48a625;*/
	padding: 3% 5%;
	overflow: hidden;
	display: none;
	text-align: left;
	color: #CCC;
}

.a_careers_c dd .div_l_c {
	width: 100%;
	color: #CCC;
	font-size: 17px;
	line-height: 1.8;
}

.a_careers_c dd .div_l_c img {
	max-width: 100%;
}

.a_careers_c dd .div_l_c span {
	font-weight: bold;
}

.a_careers_c dd .div_l_b {
	padding: 0px 40px;
	height: 42px;
	margin-top: 20px;
	display: inline-block;
	line-height: 42px;
	background-color: #48a625;
	color: #fff;
	font-size: 17px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.a_careers_c dd .div_l_b:hover {
	text-decoration: none;
	color: #fff;
	background-color: #52c427;
}

.ny_con1 .a_mtbd_dpages {
	margin-top: 30px;
	display: block;
	overflow: hidden;
}

/*人才招聘end*/

/*加盟与赋能*/
.fix {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 15%);
}

.jmyfn_xmjs {
	padding: 5% 11%;
	width: 100%;
	display: block;
	overflow: hidden;
}

.jmyfn_xmjs {
	width: 100%;
	display: block;
	overflow: hidden;
}

.jmyfn_xmjs .xmjs_l {
	width: 35%;
	float: left;
	font-size: 16px;
	color: #e5e5e5;
}

.jmyfn_custom {
	margin-bottom: 50px;
}

.jmyfn_custom .jmyfn_name {
	font-size: 30px;
	color: #A4884D;
}

.jmyfn_custom .jmyfn_name_en {
	font-size: 18px;
	color: #A4884D;
	text-transform: Uppercase
}

.jmyfn_custom .line {
	width: 20px;
	height: 4px;
	background: #A4884D;
	margin: 6px 0;
}

.text-center .line {
	margin: 6px auto;
}

.jmyfn_xmjs .xmjs_r {
	width: 55%;
	float: right;
	display: block;
	position: relative;
}

.jmyfn_xmjs .xmjs_r img {
	width: 100%;
}

.jmyfn_xmjs .xmjs_content {
	margin: 40px 0;
	line-height: 2;
	text-align: justify;
}

.jmyfn_xmjs .xmjs_r .xmjs_r_sj {
	width: 90%;
	right: 0;
	height: 224px;
	background: #A4884D;
	position: absolute;
	bottom: -150px;
}

.jmyfn_xmjs .xmjs_r .xmjs_r_sj ul {
	padding: 8%;
}

.jmyfn_xmjs .xmjs_r .xmjs_r_sj ul li {
	width: 30%;
	float: left;
	color: #fff;
	font-size: 16px;
}

.jmyfn_xmjs .xmjs_r .xmjs_r_sj ul li.li1 {
	width: 40%;
}

.jmyfn_xmjs .xmjs_r .xmjs_r_sj ul li .sj_num {
	font-size: 48px;
	position: relative;
}

.jmyfn_xmjs .xmjs_r .xmjs_r_sj ul li .sj_num .bz {
	font-size: 20px;
	position: absolute;
	top: -4px;
}


/*加盟与赋能*/
.bg1 {
	background: #282828;
}

.xmjs,
.jmys {
	padding: 5% 11%;
	width: 100%;
	display: block;
	overflow: hidden;
	
}

/*项目介绍*/
.spjs_con {
	padding: 0% 4% 3% 4%;
	text-align: center;
	color: #e5e5e5;
	font-size: 16px;
}

.n_box1s {
	width: 100%;
	height: 100%;
}

.n_box1s_t {
	width: 100%;
	padding-bottom: 15px;
	color: #ea6e39;
	font-size: 20px;
	line-height: 1.8;
}

.n_box1s_t1 {
	width: 100%;
	padding-bottom: 20px;
	color: #333333;
	font-size: 36px;
	line-height: 1.5;
	font-weight: bold;
}

.n_box1s_c {
	width: 100%;
	line-height: 1.7;
	color: #999999;
	font-size: 14px;
	overflow: hidden;
}

.n_box1s_b {
	width: 100%;
	height: 460px;
	background: #222;
}

.n_box1s_b li {
	width: 16%;
	float: left;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	height: 100%;
	transition: all ease-in-out .5s;
}

.n_box1s_b li.activeone {
	width: 52%;
	transition: all ease-in-out .5s;
}

.n_box1s_b li .div {
	width: 100%;
	height: 100%;
	float: left;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	position: relative;
}

.n_box1s_b li .div:hover {
	text-decoration: none;
	color: #fff;
}

.n_box1s_b li .div .pro_img {
	height: 100%;
	margin: 0px auto;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.n_box1s_b li .div:after {
	width: 100%;
	height: 100%;
	background: url(../images/tb_05.png) repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	content: "";
}

.n_box1s_b li.activeone .div:after {
	display: none;
}

.n_box1s_b li.activeone .div .s1 {
	width: 100%;
	height: 67px;
	line-height: 67px;
	padding: 0px 72px;
	background: url(../images/tb_04.png) repeat;
	top: auto;
	bottom: 0px;
}

.n_box1s_b li.activeone .div .s1:after {
	width: 17px;
	height: 1px;
	left: 38px;
	margin-left: 0px;
	top: 50%;
	margin-top: -0.5px;
	content: "";
}

.n_box1s_b li:not(:hover) .pro_img_bg {
	width: 150%;
	height: 100%;
	position: absolute;
	background: url(../images/btm60.png) repeat;
	z-index: 4;
}

.n_box1s_b li.activeone .pro_img_bg {
	width: 150%;
	height: 100%;
	position: absolute;
	background: none;
	z-index: 4;
}

.n_box1s_b li .home_pro_con {
	transition: all ease-in-out .5s;
	text-align: left;
	position: absolute;
	z-index: 5;
	width: 90%;
	margin: 0px 5%;
	bottom: 30px;
	left: 0%;
}

.n_box1s_b li .home_pro_con .en_name {
	font-size: 22px;
	line-height: 50px;
}

.n_box1s_b li .home_pro_con .china_name {
	font-size: 22px;
	line-height: 1.6;
	height: 70px;
}

.n_box1s_b li:hover .home_pro_con,
.n_box1s_b li.activeone .home_pro_con {
	transition: all ease-in-out .5s;
	bottom: 50px;
}

.n_box1s_b li:hover .home_pro_con .en_name,
.n_box1s_b li.activeone .home_pro_con .en_name {
	font-size: 36px;
	line-height: 50px;
}

/*项目介绍 end*/

/*/加盟优势 start/*/
.bgs3 {
	background: #222;
}

.jmys {
	padding: 2% 11%;
	width: 100%;
	display: block;
	overflow: hidden;position: relative;
}
.jmys .jmys_c{
    width: 100%;
    margin: 40px 0px;
    position: relative;
}
.jmys_l{width: 100%;	overflow: hidden;	display: block;	overflow: hidden;}
.jmys_l ul{padding-bottom: 50px;}
.jmys_l ul li{width: 23%; margin: 1%; float: left;	color: #cccccc;	height: auto;	-webkit-box-sizing: border-box;	box-sizing: border-box;	background: #1e1f1d;}
.jmys_l ul li:hover{background: #A4884D;	color: #fff;}
.jmys_l ul li .div_jmys {	width: 100%;	display: inline-block;	position: relative;	color: #666666;	font-size: 16px;	text-align: center;
}
.jmys_l ul li .div_jmys .a_img .img{width: 100%;}
.jmys_l ul li .div_jmys:hover {	text-decoration: none;	color: #666666;}
.jmys_l ul li .div_jmys .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	background: #000;
}

.jmys_l ul li .jmys_content {
	width: 100%;
	margin: 0px;
	color: #cccccc;
	padding: 2% 5%;
	bottom: 3%;
	min-height: 240px; overflow: hidden;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s; text-align: left;
}

.jmys_l ul li:hover .jmys_content {

	color: #fff;

}

.jmys_l ul li .div_jmys .a_text {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: left;
    overflow: hidden;
    color: #A4884D;
    font-size: 24px;
}
.jmys_l ul li:hover .div_jmys .a_text {
    color: #fff;
}

.jmys .ny_wmscy_con31 {
	width: 100%;
	overflow: hidden;
	display: block;
	overflow: hidden;
}

.jmys .ny_wmscy_con31 .swiper-wrapper {
	padding-bottom: 50px;
}

.jmys .ny_wmscy_con31 .swiper-slide {
	width: 100%;
	color: #cccccc;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #1e1f1d;
}

.jmys .ny_wmscy_con31 .swiper-slide:hover {
	color: #fff;
		background: #333;
border-bottom: 2px solid #a4884d;
}

.jmys .ny_wmscy_con31 .swiper-slide .div_jmys {
	width: 100%;
	display: inline-block;
	position: relative;
	color: #666666;
	font-size: 16px;
	text-align: center;
}

.jmys .ny_wmscy_con31 .swiper-slide .div_jmys:hover {
	text-decoration: none;
	color: #666666;

}

.jmys .ny_wmscy_con31 .swiper-slide .div_jmys .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	background: #000;
}

.jmys .ny_wmscy_con31 .swiper-slide .jmys_content {
	width: 100%;
	margin: 0px;
	color: #cccccc;
	padding: 2% 5%;
	bottom: 3%;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.jmys .ny_wmscy_con31 .swiper-slide:hover .jmys_content {
	width: 100%;
	margin: 0px;
	color: #fff;
	padding: 2% 5%;
	bottom: 40%;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.jmys .ny_wmscy_con31 .swiper-slide .jmys_content .a_text_c,
.jmys .ny_wmscy_con31 .swiper-slide .jmys_content .a_text_b {
	display: block;
	color: #fff;
}

.jmys .ny_wmscy_con31 .swiper-slide:hover .jmys_content .a_text_c,
.jmys .ny_wmscy_con31 .swiper-slide:hover .jmys_content .a_text {
	display: block;
}

.jmys .ny_wmscy_con31 .swiper-slide .div_jmys .a_img img {
	width: 100%;
	transition: all ease-in-out .2s;
	filter: alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.jmys .ny_wmscy_con31 .swiper-slide .div_jmys:hover .a_img {
	background-color: #a4884d;
	transition: all ease-in-out .2s;
}

.jmys .ny_wmscy_con31 .swiper-slide .div_jmys:hover .a_img img {
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	transform: scale(1.05);
	transition: all ease-in-out .5s;
}

.jmys .ny_wmscy_con31 .swiper-slide .div_jmys .a_text {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: left;
	overflow: hidden;
	color: #A4884D;
	font-size: 24px;
}

.jmys .ny_wmscy_con31 .swiper-slide .div_jmys .a_text_c {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	margin-bottom: 30px;
	color: #ccc;
	font-size: 16px;
	text-align: left;
}

.jmys .ny_wmscy_con31 .swiper-slide .div_jmys .a_text_b {
	width: 100%;
}

.jmys .ny_wmscy_con31 .swiper-slide .div_jmys .a_text_b .s1 {
	width: 158px;
	height: 40px;
	border: 1px solid #d2d2d2;
	line-height: 38px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	display: inline-block;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	/* Webkit browsers */
	border-radius: 24px;
	/* W3C syntax */
}

.jmys .ny_wmscy_con31 .swiper-slide .div_jmys:hover .a_text_b .s1 {
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	line-height: 38px;
}

.jmys .ny_wmscy_con31.swiper-container-horizontal>.swiper-pagination-bullets,
.jmys .swiper-pagination-custom,
.jmys .swiper-pagination-fraction {
	bottom: 0px;
}

.jmys .wmscy-pagination31 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #4e4e4e;
	opacity: 1;
	position: relative;
}

.jmys .wmscy-pagination31 .swiper-pagination-bullet-active {}

.jmys .wmscy-pagination31 .swiper-pagination-bullet-active:after {
	width: 100%;
	height: 100%;
	background-color: #A4884D;
	position: absolute;
	left: 0%;
	top: 0%;
	-moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
	content: "";
}

.jmys .wmscy_next31 {
	width: 50px;
	height: 54px;
	background: url(../images/img7.jpg) no-repeat;
	right: -30px;
	top: 140px;
	background-size: 80%;
	outline: 0;
}

.jmys .wmscy_next31:hover {
	background: url(../images/img5.jpg) no-repeat;
	background-size: 80%;
}

.jmys .wmscy_prev31 {
	width: 50px;
	height: 54px;
	background: url(../images/img6.jpg) no-repeat;
	left: -30px;
	top: 140px;
	background-size: 80%;
	outline: 0;
}

.jmys .wmscy_prev31:hover {
	background: url(../images/img4.jpg) no-repeat;
	background-size: 80%;
}

.jmys_custom {
	text-align: center;
	padding: 2%;
	color: #ccc;
	font-size: 16px;
}

.jmys_custom .hz_qgbj_custom_js {
	margin-top: 30px;
	padding: 0 10%;
}

.jmys_custom h3 {
	color: #A4884D;
	font-size: 30px;
}

/*/加盟优势/*/
/*<!--政策与扶持 start-->*/
.zcfc {
	padding: 2% 11%;
	width: 100%;
	display: block;
	overflow: hidden;
}

.zcfc .zcfc_l {
	width: 50%;
	float: left;
}

.zcfc .zcfc_l img {
	width: 100%;
}

.zcfc .zcfc_r {
	width: 45%;
	float: right;
	color: #ccc;
	line-height: 2;
	font-size: 20px;
}

.zcfc .zcfc_r img {
	width: 100%;
}

/*<!--政策与扶持 end-->*/

/*媒体推广 start*/
.mttg {
	padding: 2% 11%;
	width: 100%;
	display: block;
	overflow: hidden;
}

.mttg .mttg_l {
	width: 47%;
	float: left;
	color: #ccc;
}

.mttg .mttg_l ul {
	display: block;
	overflow: hidden;
	margin-top: 20px;
}

.mttg .mttg_l ul li {
	width: 31.333%;
	float: left;
	margin: 1%;
	text-align: center;
	border: 1px solid #2e2b26;
	height: 150px;
}

.mttg .mttg_l ul li .mttg_l_img {
	display: block;
	width: 100%;
	padding: 6% 5% 0 5%;
}

.mttg .mttg_l ul li:hover {
	color: #A4884D;
	border: 1px solid #A4884D;
}

.mttg .mttg_r {
	width: 47%;
	float: right;
}

.mttg .mttg_r img {
	max-width: 100%;
}

/*媒体推广end*/

/*加盟流程 start*/
.kdlc {
	background: url(../images/jmlc_bg.jpg) no-repeat center top;
	background-size: cover;
}

.kdlc_con {
	padding: 2% 11%;
	width: 100%;
	display: block;
	overflow: hidden;
}

.kdlc_con ul {
	display: block;
	overflow: hidden;
}

.kdlc_con li {
	width: 20%;
	float: left;
	color: #A4884D;
	text-align: center;
	background: url(../images/lc_jt.png) right 40px no-repeat;
}

.kdlc_con li:last-child,
.kdlc_con li.last {
	background: no-repeat;
}

.kdlc_con li .kdlc_img {
	margin-bottom: 20px;
}

.kdlc_con li .kdlc_img IMG {
	max-width: 80%;
}

.kdlc_con .kdlc_ts {
	color: #ccc;
	text-align: center;
	padding: 30px 0px;
}

/*加盟流程 end*/

/*/加盟浮动窗口/*/


.firinav {
	position: fixed;
	right: 20px;
	bottom: 0%;
	z-index: 200;
	display: none;
}

.firinav ul {
	display: inline-block;
	width: 60px;
}

.firinav ul li {
	float: left;
	position: relative;
	height: 60px;
	margin-bottom: 5px;
}

.firinav ul li:first-child {
	float: left;
	position: relative;
	height: 100px;
	margin-bottom: 5px;
}

.firinav ul li .div1 .img2 {
	display: none;
}

.firinav ul li:first-child .div1 img {
	width: 60px;
	height: 100px;
}

.firinav ul li:hover .div1 .img2 {
	display: block;
}

.firinav ul li:hover .div1 .img1 {
	display: none;
}

.firinav ul li .div2 {
	display: none;
}

.firinav ul li:hover .div2 {
	display: block;
}

.firinav ul li .div3 {
	display: none;
	position: absolute;
	right: 80px;
	top: 1px;
	color: #fff;
	background-color: #A4884D;
	line-height: 60px;
	width: 150px;
	text-align: center;
}

.firinav ul li .div2 {
	position: absolute;
	right: 70px;
	top: -10px;
}

.firinav ul li:hover .div3 {
	display: block;
}

.firinav ul li .div3::after {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #A4884D;
	border-width: 1px 0 0 1px;
	right: -12px;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	top: 50%;
}

.sqzwbox {
	background: rgb(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
}

.sqzwbox form {
	display: inline-block;
	width: 100%;
}

.sqzwbox .div1 {
	position: relative;
	width: 70%;
	margin: 0 auto;
	background: #fff;
	margin-top: 10%;
	box-sizing: border-box;
	padding: 4% 4%;
}

.sqzwbox .div1 .fdiv {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 15px;
}

.sqzwbox .div1 .fdiv label {
	float: left;
	width: 30%;
	line-height: 50px;
	font-size: 15px;
	color: #666666;
}

.sqzwbox .div1 .fdiv label span {
	color: #dd0000;
	margin-right: 3px;
}

.sqzwbox .div1 .fdiv input[type="text"] {
	float: left;
	width: 70%;
	border: none;
	border: 1px solid #e5e5e5;
	line-height: 40px;
}

.sqzwbox .div1 .fdiv input[type="date"] {
	float: left;
	width: 70%;
	border: none;
	border: 1px solid #e5e5e5;
	line-height: 40px;
}


.sqzwbox .p1 {
	font-size: 18px;
	color: #000;
	margin-bottom:10px;
	text-align: left;
	display: inline-block;
	width: 100%;
	font-weight: bold;
}

.sqzwbox .div1 .fdiv .box {
	float: left;
	width: 70%;
	border: none;
	line-height: 40px;
}

.sqzwbox .div1 .fdiv2 {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
}

.sqzwbox .div1 .fdivn {
	display: inline-block;
	width: 100%;
}

.sqzwbox .div1 .fdiv2 label {
	float: left;
	width: 4%;
	line-height: 50px;
	font-size: 15px;
	color: #666666;
}

.sqzwbox .div1 .fdiv2 label span {
	color: #dd0000;
}

.sqzwbox .div1 .fdiv2 input[type="text"] {
	float: left;
	width: 96%;
	border: none;
	border: 1px solid #e5e5e5;
	line-height: 50px;
	padding-left: 10%;
}

.sqzwbox .div1 .fdiv2 select {
	height: 50px;
	float: left;
	width: 96%;
	border: none;
	border: 1px solid #e5e5e5;
	line-height: 50px;
	outline: none;
	padding-left: 10%;
}

.sqzwbox .title {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #333333;
	margin-bottom: 30px;
}

.sqzwbox .close {
	position: absolute;
	right: 5%;
	top: 5%;
}

.sqzwbox .div1 .fdiv3 {
	display: inline-block;
	width: 100%;
}
.sqzwbox .div1 .fdiv3 .fdiv3_con{font-size: 16px; color: #999;}
.sqzwbox .div1 .fdiv3 input[type="submit"] {
	margin-top: 30px;
	float: left;
	width: 100%;
	border: none;
	background: #A4884D;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
}

.sqzwbox {
	display: none;
}
a.h_more{width:160px; transition: all ease-in-out .5s;  line-height: 50px;display: block; text-align: center; border: 1px solid #a68a4e; color: #a68a4e; font-size: 16px; margin: 0px auto; border-radius: 25px;}
a.h_more:hover{width:200px; transition: all ease-in-out .5s; background: #a68a4e; color: #fff; cursor: pointer; border: 1px solid #a68a4e; }

/*视频详细页*/
.zxl_spbox1{width:100%; }
.zxl_spbox1 video{width:100%; height:auto;}

.video_div{width:100%; height:100%; background-color:#000; position:fixed; z-index:998; left:0px; top:-100%;}
.video_div_closebtv{width:60px; height:60px; position:absolute; right:60px; top:100px; cursor:pointer; z-index:100;}
.video_div_center{width:100%; height:100%; vertical-align:middle; text-align:center;}